home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 4 / QRZ Ham Radio Callsign Database - Volume 4.iso / files / amiga / cbbs720j.lzh / cbbs / tnc.on.tiny2 < prev    next >
Encoding:
Text File  |  1993-04-12  |  1.9 KB  |  62 lines

  1. # The commands in this file are always sent to the TNC when the mailbox
  2. # program is started up.
  3. # The program forces
  4. # mon off
  5. # conok off
  6. # echo off
  7. # as it starts up. However, they are also included in this file just to be
  8. # safe. If, like me, you also use a modem on the serial port and start the
  9. # BBS up with the modem connected, these commands will get dumped into the
  10. # modem. Then when you switch the plug to the TNC, it won't have seen the
  11. # commands. The critical one is actually the 'echo off' because if echo is
  12. # on after this file has been processed, the BBS will go into an infinite
  13. # loop sending a 'C' command to the TNC and then you'll have to reboot.
  14. # Autolf off should  be here but is not essential as it only
  15. # affects the spacing of output during monitoring.
  16. # The streamdb MUST be on for the program to handle the streamswitch
  17. # character(s) properly.
  18. # Anything else you want can be dumped in here too.
  19. # As you can see comments are introduced by the # symbol at the front of
  20. # the line. A CLI command can be introduced with the ! symbol and there
  21. # should NOT be a space between it and the first letter of the command
  22. # itself. Some commands could cause disaster so be careful.
  23. # I execute cli.on here to create the ram:files directory and load it with
  24. # the specified files from df1:cbbs/files to speed up access. Every ten
  25. # minutes the cleanup routine executes a command file that copies the
  26. # user.dat and other files to disk to keep them up to date.
  27. # If a forwarding time occurs, then it is
  28. # done first and then the cleanup is run.
  29. # I don't need the execute of cli.on because I leave all the files on
  30. # the hard drive now.
  31. #!execute cli.on
  32. mycall ve5ese
  33. conok off
  34. mon off
  35. echo off
  36. awlen 8
  37. bbsmsgs on
  38. beacon every 0
  39. autolf off
  40. bkondel on
  41. check 30
  42. dayusa off
  43. flow on
  44. mcom on
  45. mrpt on
  46. mstamp on
  47. newmode on
  48. paclen 0
  49. streamca on
  50. users 1
  51. canline $18
  52. xflow off
  53. txflow off
  54. txd 70
  55. maxframe 4
  56. frack 4
  57. start 0
  58. stop 0
  59. mcon off
  60. unproto mail
  61. dayt
  62.